home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / PowerPC / Dev / PPCRelease / Libmfd / configure.in < prev    next >
Encoding:
Text File  |  1997-02-02  |  356 b   |  19 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. AC_INIT(fdlibm.h)
  3.  
  4. dnl Checks for programs.
  5. AC_PROG_CC
  6. AC_PROG_RANLIB
  7.  
  8. dnl Checks for libraries.
  9.  
  10. dnl Checks for header files.
  11. AC_CHECK_HEADERS(unistd.h)
  12.  
  13. dnl Checks for typedefs, structures, and compiler characteristics.
  14. AC_C_CONST
  15.  
  16. dnl Checks for library functions.
  17.  
  18. AC_OUTPUT(Makefile)
  19.